3.378 \(\int \frac {\log (c (d+e x^n))}{x (c e-(1-c d) x^{-n})} \, dx\)

Optimal. Leaf size=25 \[ -\frac {\text {Li}_2\left (1-c \left (e x^n+d\right )\right )}{c e n} \]

[Out]

-polylog(2,1-c*(d+e*x^n))/c/e/n

________________________________________________________________________________________

Rubi [A]  time = 0.16, antiderivative size = 25, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 33, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.121, Rules used = {2475, 2412, 2393, 2391} \[ -\frac {\text {PolyLog}\left (2,1-c \left (d+e x^n\right )\right )}{c e n} \]

Antiderivative was successfully verified.

[In]

Int[Log[c*(d + e*x^n)]/(x*(c*e - (1 - c*d)/x^n)),x]

[Out]

-(PolyLog[2, 1 - c*(d + e*x^n)]/(c*e*n))

Rule 2391

Int[Log[(c_.)*((d_) + (e_.)*(x_)^(n_.))]/(x_), x_Symbol] :> -Simp[PolyLog[2, -(c*e*x^n)]/n, x] /; FreeQ[{c, d,
 e, n}, x] && EqQ[c*d, 1]

Rule 2393

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))]*(b_.))/((f_.) + (g_.)*(x_)), x_Symbol] :> Dist[1/g, Subst[Int[(a +
 b*Log[1 + (c*e*x)/g])/x, x], x, f + g*x], x] /; FreeQ[{a, b, c, d, e, f, g}, x] && NeQ[e*f - d*g, 0] && EqQ[g
 + c*(e*f - d*g), 0]

Rule 2412

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_))^(n_.)]*(b_.))^(p_.)*((f_) + (g_.)/(x_))^(q_.)*(x_)^(m_.), x_Symbol]
 :> Int[(g + f*x)^q*(a + b*Log[c*(d + e*x)^n])^p, x] /; FreeQ[{a, b, c, d, e, f, g, m, n, p, q}, x] && EqQ[m,
q] && IntegerQ[q]

Rule 2475

Int[((a_.) + Log[(c_.)*((d_) + (e_.)*(x_)^(n_))^(p_.)]*(b_.))^(q_.)*(x_)^(m_.)*((f_) + (g_.)*(x_)^(s_))^(r_.),
 x_Symbol] :> Dist[1/n, Subst[Int[x^(Simplify[(m + 1)/n] - 1)*(f + g*x^(s/n))^r*(a + b*Log[c*(d + e*x)^p])^q,
x], x, x^n], x] /; FreeQ[{a, b, c, d, e, f, g, m, n, p, q, r, s}, x] && IntegerQ[r] && IntegerQ[s/n] && Intege
rQ[Simplify[(m + 1)/n]] && (GtQ[(m + 1)/n, 0] || IGtQ[q, 0])

Rubi steps

\begin {align*} \int \frac {\log \left (c \left (d+e x^n\right )\right )}{x \left (c e-(1-c d) x^{-n}\right )} \, dx &=\frac {\operatorname {Subst}\left (\int \frac {\log (c (d+e x))}{\left (c e+\frac {-1+c d}{x}\right ) x} \, dx,x,x^n\right )}{n}\\ &=\frac {\operatorname {Subst}\left (\int \frac {\log (c (d+e x))}{-1+c d+c e x} \, dx,x,x^n\right )}{n}\\ &=\frac {\operatorname {Subst}\left (\int \frac {\log (1+x)}{x} \, dx,x,-1+c d+c e x^n\right )}{c e n}\\ &=-\frac {\text {Li}_2\left (1-c \left (d+e x^n\right )\right )}{c e n}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.07, size = 26, normalized size = 1.04 \[ -\frac {\text {Li}_2\left (-c e x^n-c d+1\right )}{c e n} \]

Antiderivative was successfully verified.

[In]

Integrate[Log[c*(d + e*x^n)]/(x*(c*e - (1 - c*d)/x^n)),x]

[Out]

-(PolyLog[2, 1 - c*d - c*e*x^n]/(c*e*n))

________________________________________________________________________________________

fricas [A]  time = 0.45, size = 25, normalized size = 1.00 \[ -\frac {{\rm Li}_2\left (-c e x^{n} - c d + 1\right )}{c e n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(c*(d+e*x^n))/x/(c*e+(c*d-1)/(x^n)),x, algorithm="fricas")

[Out]

-dilog(-c*e*x^n - c*d + 1)/(c*e*n)

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int \frac {\log \left ({\left (e x^{n} + d\right )} c\right )}{{\left (c e + \frac {c d - 1}{x^{n}}\right )} x}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(c*(d+e*x^n))/x/(c*e+(c*d-1)/(x^n)),x, algorithm="giac")

[Out]

integrate(log((e*x^n + d)*c)/((c*e + (c*d - 1)/x^n)*x), x)

________________________________________________________________________________________

maple [A]  time = 0.09, size = 23, normalized size = 0.92 \[ -\frac {\dilog \left (c e \,x^{n}+c d \right )}{c e n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(ln(c*(e*x^n+d))/x/(c*e+(c*d-1)/(x^n)),x)

[Out]

-1/n*dilog(c*e*x^n+c*d)/c/e

________________________________________________________________________________________

maxima [B]  time = 0.88, size = 106, normalized size = 4.24 \[ {\left (\frac {\log \left (c e + \frac {c d - 1}{x^{n}}\right )}{c e n} - \frac {\log \left (\frac {1}{x^{n}}\right )}{c e n}\right )} \log \left ({\left (e x^{n} + d\right )} c\right ) - \frac {\log \left (c e x^{n} + c d\right ) \log \left (c e x^{n} + c d - 1\right ) + {\rm Li}_2\left (-c e x^{n} - c d + 1\right )}{c e n} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(log(c*(d+e*x^n))/x/(c*e+(c*d-1)/(x^n)),x, algorithm="maxima")

[Out]

(log(c*e + (c*d - 1)/x^n)/(c*e*n) - log(1/(x^n))/(c*e*n))*log((e*x^n + d)*c) - (log(c*e*x^n + c*d)*log(c*e*x^n
 + c*d - 1) + dilog(-c*e*x^n - c*d + 1))/(c*e*n)

________________________________________________________________________________________

mupad [F]  time = 0.00, size = -1, normalized size = -0.04 \[ \int \frac {\ln \left (c\,\left (d+e\,x^n\right )\right )}{x\,\left (c\,e+\frac {c\,d-1}{x^n}\right )} \,d x \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(log(c*(d + e*x^n))/(x*(c*e + (c*d - 1)/x^n)),x)

[Out]

int(log(c*(d + e*x^n))/(x*(c*e + (c*d - 1)/x^n)), x)

________________________________________________________________________________________

sympy [F(-2)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Exception raised: TypeError} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(ln(c*(d+e*x**n))/x/(c*e+(c*d-1)/(x**n)),x)

[Out]

Exception raised: TypeError

________________________________________________________________________________________